@charset "utf-8";
/*首页start*/

/*页码*/
.page{
	width:470px;
	height:28px;
	line-height:28px;
	text-align:center;
	margin:15px auto;}
.page li{
	display:inline;
	width:auto;
	height:auto;
	float:none;
	margin:0;}
.page a{
	padding:5px 10px;
	background:#fff;
	border:#d4d4d4 solid 1px;
	border-radius:4px;
	color:#666;
	font-size:12px;}
.page a:hover{
	color:#348ecc;
	border:#348ecc solid 1px;}
.page a:active{
	color:#fff;
	border:#348ecc solid 1px;
	background:#348ecc;}
.page a.selOn{
	color:#fff;
	border:#348ecc solid 1px;
	background:#348ecc;}

/*页头*/
.header{}
.header .head{
	width:1100px;
	height:90px;
	margin:0 auto;
    position:relative;}
.header .logo{
	width:157px;
	height:44px;
	float:left;
	margin-top:18px;
	background:url(../img/styleImg.png) left top no-repeat;}
.header .unLine{
	display: none;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:82px;
	height:77px;
	/*background:#e2e2e2;*/
	border-bottom:#3898db solid 3px;}
.header .nav{
	position:relative;
    float:right;
    margin-right:180px;}
.header .nav li{
	position:relative;
	z-index:1;
	float:left;
	height:77px;
	line-height:77px;
	font-size:16px;
	color:#333;
	vertical-align:middle;}
.header .nav li:hover{
	border-bottom:#3898db solid 3px;
}
.header .nav li.selOn{
	background:#e8e8e8;
	border-bottom:#3898db solid 3px;}
.header .nav li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size:16px;
	color:#333;
	padding:0 25px;}
.header .nav li a:hover{
	color:#338ac7;}
.header .nav li a:active{
	color:#1c4986;}
.header .nav li.selOn a{
	color:#348ecc;}
.header .line{
	display: none;
	height:1px;
	background:#ddd;
	/*background-color: #eb8a21;
    background-image: -moz-linear-gradient(left,#348ecc,#eb8a21);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#348ecc),to(#eb8a21));
    background-image: -webkit-linear-gradient(left,#348ecc,#eb8a21);
    background-image: -o-linear-gradient(left,#348ecc,#eb8a21);
    background-image: linear-gradient(to right,#348ecc,#eb8a21);
    background-repeat: repeat-y;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348ecc',endColorstr='#eb8a21',GradientType=1);*/}
.header .hFoot{
	height:100px;
	background:url(../img/navBg.jpg) left center repeat-x;}
.header .hFoot .con{
	width:1100px;
	height:100%;
	margin:0 auto;}
.header .hFoot .con p{
	line-height:100px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	color:#fff;}

/*轮播图*/
.carFigure{
	position:relative;}
.carFigure .img{
	position:relative;
	width:1920px;
	height:400px;
	overflow:hidden;
	margin: 0 auto;}
.carFigure .img ul{
	position:absolute;
	left:0;
	top:0;
	width:10000px;
	height:100%;}
.carFigure .img ul li{
	width:1920px;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;}
.carFigure .img ul li a{
	display: block;
	width: 100%;
	height:100%;
}
.carFigure .img ul li img{
	display: block;
	height:100%;
	margin: 0 auto;
}


.carFigure  .preBtn{
	display:block;
	width:86px;
	height:86px;
	position:absolute;
	left:50%;
	top:157px;
	margin-left:-550px;
	opacity:0;
	filter:alpha(opacity=0);
	background:url(../img/styleImg.png) no-repeat;
	background-position:left -80px;}
.carFigure  .preBtn:hover{
	opacity:1;
	filter:alpha(opacity=100);  }
.carFigure  .nextBtn{
	display:block;
	width:86px;
	height:86px;
	position:absolute;
	right:50%;
	top:157px;
	margin-right:-550px;
	opacity:0;
	filter:alpha(opacity=0);
	background:url(../img/styleImg.png) no-repeat;
	background-position:-108px -80px;}
.carFigure  .nextBtn:hover{
	opacity:1;
	filter:alpha(opacity=100);  }
.carFigure .num{
	height:4px;
	background:#fff;}
.carFigure .num .numBor{
	width:1100px;
	height:100%;
	margin:0 auto;}
.carFigure .num ul{
	width:220px;
	height:100%;
	margin-left:485px;}
.carFigure .num ul li{
	background:#ddd;
	cursor:pointer;
	width:30px;
	height:100%;
	margin-right:2px;
	float:left;
	transition: all .3s ease-in 0s;
	-webkit-transition: all .3s ease-in 0s;}
.carFigure .num ul li.selOn{
	background:#348ecc;
	width:60px;}

/*主体内容*/
.body{
	width:1100px;
	margin:0 auto;
	overflow:auto;
	}
.indexBody{
	width:1100px;
	margin:0 auto;
	}

/*摩格动态*/
.mgInfor{
	margin-top:30px;}
.mgInfor ul{
	overflow:auto;}
.mgInfor ul li{
	float:left;
	width:31%;
	height:auto;
	background:#fff;
	margin-right:33px;
}

.mgInfor ul li:last-child{
	margin-right:0;
}

.mgInfor ul li a{
	display:block;
	width:100%;
	height:100%;}
.mgInfor ul li .img{
	width:100%;
	height:auto;
	background:#e7e7e7;
	overflow:hidden;}
.mgInfor ul li .img img{
	width:100%;
	height:100%;
	border:none;
	transition: transform .3s ease-in 0s;
	-webkit-transition: -webkit-transform .3s ease-in 0s;}
.mgInfor ul li a:hover .img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);}
.mgInfor ul li .con{
	padding:15px;
	border:#e7e7e7 solid 1px;
	border-top:none;}
.mgInfor ul li a:hover .con{
	border:#bbb solid 1px;
	border-top:none;}
.mgInfor ul li .con h3{
	font-size:16px;
	color:#333;}
.mgInfor ul li a:hover .con h3{
	color:#348ecc;}
.mgInfor ul li .con span{
	font-size:12px;
	color:#999;
	line-height:20px;
	vertical-align:middle;}
.mgInfor ul li .con p{
	font-size:12px;
	color:#666;}

/*摩格简介*/
.mgIntro{}
.hpTit{
	position:relative;
	text-align:center;
	height:60px;
	margin:60px 0 20px 0;}
.hpTit .aline{
	width:100%;
	height:1px;
	background:#e0e0e0;
	position:absolute;
	top:30px;
	left:0;
	z-index:0;}
.hpTit h1{
	display:inline;
	font-size:36px;
	color:#333;
	font-weight:normal;
	background:#fff;
	padding:0 30px;
	position:relative;
	z-index:1;}
.hpTit p{
	font-size:16px;
	color:#999;}
.mgIntro .con{}
.mgIntro .conSub{
	height:254px;
	overflow:hidden;}
.mgIntro .conSub .img{
	width:390px;
	height:250px;
	float:left;
	margin-right:30px;
	border:#eee solid 1px;
	box-shadow:0 0 5px rgba(0,0,0,.1);}
.mgIntro .conSub .img img{
	width:378px;
	height:238px;
	margin:6px 0 0 6px;}
.mgIntro .conSub .text{
	width:660px;
	height:auto;
	float:left;
	font-size:14px;}
.mgIntro .conSub .text p{
	font-size:14px;
	line-height:23px;}
.mgIntro .conSub .scrBar{
	width:13px;
	height:250px;
	float:right;
	background:url(../img/styleImg.png) -241px top no-repeat;}
.mgIntro .conSub .scrBar span{
	display:inline-block;
	cursor:pointer;
	width:13px;
	height:62px;
	background:url(../img/styleImg.png) -258px top no-repeat;}
.mgIntro .con .switch{
	height:30px;
	overflow:hidden;
	margin-top:25px;}
.mgIntro .con .switch div{
	display:none;
	border-top:#ddd solid 1px;}
.mgIntro .con .switch span{
	display:block;
	cursor:pointer;
	width:82px;
	height:24px;
	margin:0 auto;
	margin-top:-1px;
	background:url(../img/styleImg.png) -293px -146px no-repeat;}
.mgIntro .con .switch span:hover{
	opacity:0.8;
	filter:alpha(opacity=80);}
.mgIntro .con .switch span.tip{
	background:url(../img/styleImg.png) -400px -146px no-repeat;}

/*发展历程*/
.dpHis{}
.dpHis .con{
	position:relative;
	background:#fff;
	border:#ddd solid 1px;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	padding:20px;
	min-height:400px;}
.dpHis .con .bg1{
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:382px;
	background:url(../img/styleImg.png) left -333px no-repeat;}
.dpHis .con .bg2{
	position:absolute;
	z-index:0;
	left:0;
	bottom:0;
	width:100%;
	height:145px;
	background:url(../img/styleImg.png) left -743px no-repeat;}
.dpHis .con .conSub{
	position:relative;
	z-index:1;}
.dpHis .conSub .text{}
.dpHis .conSub .text .textSub{}
.dpHis .conSub .text .textSub p{
	line-height:28px;
	text-align:center;
	font-size:14px;}
.dpHis .conSub .course{
	position:relative;
	width:900px;
	margin:40px auto 0;
	cursor:pointer;}
.dpHis .conSub .course .cLine{
	width:100%;
	height:2px;
	background:#e1e3e9;
	position:absolute;
	left:0;
	top:115px;
	z-index:0;}
.dpHis .conSub .course ul{
	position:relative;
	z-index:1;
	overflow:auto;
	margin-bottom:90px;}
.dpHis .conSub .course ul li{
	float:left;
	margin-left:40px;
	opacity:1;
	filter:alpha(opacity=100);
	transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;}
.dpHis .conSub .course ul li:hover{
	opacity:0.8;
	filter:alpha(opacity=80);}
.dpHis .conSub .course ul li .time{
	margin-top:5px;
	width:78px;
	height:89px;
	background:url(../img/styleImg.png) -293px top no-repeat;}
.dpHis .conSub .course ul li:hover .time{
	transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);}
.dpHis .conSub .course ul li.selOn .time{
	background:url(../img/styleImg.png) -376px top no-repeat;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);}
.dpHis .conSub .course ul li .time span{
	display:inline-block;
	width:78px;
	height:78px;
	line-height:78px;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	color:#fff;}
.dpHis .conSub .course ul li .tip{
	width:24px;
	height:24px;
	margin:10px 0 0 26px;
	background:url(../img/styleImg.png) -468px -29px no-repeat;}
.dpHis .conSub .course ul li .tip span{
	display:inline-block;
	margin:7px 0 0 7px;
	width:10px;
	height:10px;
	background:url(../img/styleImg.png) -492px -11px no-repeat;}
.dpHis .conSub .course ul li.selOn .tip span{
	background:url(../img/styleImg.png) -475px -11px no-repeat;}

/*企业文化*/
.cpClt{}
.cpClt .text{
	margin-bottom:25px;}
.cpClt .text p{
	line-height:24px;
	text-align:center;
	font-size:14px;}
.cpClt .img{}
.cpClt .img img{}

/*合作伙伴*/
.cpClt{}
.cpClt .con{
	overflow:hidden;}
.cpClt .con ul{
	margin:40px 0 0 36px;
	overflow:auto;}
.cpClt .con ul li{
	float:left;
	margin:0 15px 15px 0;}
.cpClt .con ul li a{
	color:#ffffff;
	display:inline-block;
	width:192px;
	height:74px;
	overflow: hidden;
	background:#fff;
	border:#fff solid 1px;}
.cpClt .con ul li a:hover{
	border:#ddd solid 1px;
	opacity:0.7;
	filter:opacity(0.7);}
.cpClt .con ul li a img{
	width: 100%;
	height: 100%;
}

/*页脚*/
.footer{
	margin-top:40px;}
.footer .con{
	background:#222;}
.footer .con ul{
	overflow:auto;
	width:270px;
	margin:0 auto;}
.footer .con ul li{
	width:80px;
	height:70px;
	margin-right:10px;
	float:left;}
.footer .con ul li a{
	display:inline-block;
	width:100%;
	height:100%;}
.footer .con ul li a span{
	display:inline-block;
	width:26px;
	height:26px;
	margin:10px 0 0 28px;
	background:url(../img/styleImg.png) no-repeat;}
.footer .con ul li a span.a{
	background-position:-521px 4px;}
.footer .con ul li a span.b{
	background-position:-609px 2px;}
.footer .con ul li a span.c{
	background-position:-699px 1px;}
.footer .con ul li a:hover span.a{
	background-position:-521px -48px;}
.footer .con ul li a:hover span.b{
	background-position:-609px -50px;}
.footer .con ul li a:hover span.c{
	background-position:-699px -51px;}
.footer .con ul li a p{
	font-size:14px;
	color:#aaa;
	text-align:center;
	margin-top:2px;}
.footer .con ul li a:hover p{
	color:#fff;}
.footer .text{}
.footer .text p{
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:40px;
	vertical-align:middle;}


/*首页end*/

/*子页*/

/*左侧内容*/
.bdLeft{
	width:230px;
	float:left;
	margin-top:40px;}


/*侧边导航*/
.sideNav{}
.sideNav .tit{
	height:48px;
	line-height:48px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:24px;
	border-bottom:#eb8a21 solid 2px;
	background:#2666a3;}
.sideNav .con{
	background:#fff;
	border:#ddd solid 1px;
	border-top:none;}
.sideNav .con ul{}
.sideNav .con ul li{
	height:44px;
	border-bottom:#ddd solid 1px;}
.sideNav .con ul li:last-child{
	border-bottom:#ddd solid 0px;}
.sideNav .con ul li a{
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	line-height:44px;
	vertical-align:middle;
	text-align:center;}
.sideNav .con ul li.selOn a{
	background:#eee;}
.sideNav .con ul li a span{
	color:#333;
	font-size:16px;}
.sideNav .con ul li a:hover span{
	color:#348ecc;}
.sideNav .con ul li a:active span{
	color:#2666a3;}
.sideNav .con ul li.selOn a span{
	color:#2666a3;}
.sideNav .con ul li.selOn a:active span{
	color:#2666a3;}
.sideNav .con ul li a i{
	display:inline-block;
	width:6px;
	height:12px;
	position:absolute;
	top:16px;
	right:30px;
	background:url(../img/styleImg.png) -820px top no-repeat;}
.sideNav .con ul li a:hover i{
	background:url(../img/styleImg.png) -774px top no-repeat;}
.sideNav .con ul li.selOn a i{
	background:url(../img/styleImg.png) -774px top no-repeat;}

/*右侧内容*/
.bdRig{
	width:840px;
	min-height:400px;
	float:right;
	margin-top:40px;}

.pTit{
	border-bottom:#ddd dashed 1px;
	padding-bottom:10px;}
.pTit span{
	font-size:24px;
	color:#333;
	margin-right:8px;}
.pTit i{
	font-size:14px;
	color:#999;
	font-style:normal;}

/*加入摩格-社会招聘*/
.secRec{}
.secRec .recSub{
	margin-top:20px;}
.secRec .recSub .head{
	height:40px;
	line-height:40px;
	vertical-align:middle;
	font-size:20px;
	color:#333;
	margin-bottom:5px;}
.secRec .recSub .head span{
	display:inline-block;
	width:10px;
	height:10px;
	float:left;
	margin:15px 10px 0 15px;
	background:url(../img/styleImg.png) -751px top no-repeat;}
.secRec .recSub .con{}
.secRec .recSub .con .tit{
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background:#e7e7e7;
	border:#e7e7e7 solid 1px;
	border-bottom:#ccc solid 1px;}
.secRec .recSub .con .tit span{
	display:inline-block;
	height:100%;
	float:left;
	font-size:16px;
	padding:0 15px;
	text-align:center;
	color:#2666a3;}
.secRec .recSub .con .tit span.a{
	width:278px;
	text-align:left;
	padding-left:35px}
.secRec .recSub .con .tit span.b{
	width:90px;}
.secRec .recSub .con .tit span.c{
	width:240px;}
.secRec .recSub .con .tit span.d{
	width:89px;}
.secRec .recSub .con .postList{}
.secRec .recSub .con .postList li{}
.secRec .recSub .con .postList li .simple{
	height:40px;
	line-height:40px;
	vertical-align:middle;
	background:#fff;
	border:#ccc solid 1px;
	border-top:none;
	cursor:pointer;}
.secRec .recSub .con .postList li .simple span{
	display:inline-block;
	height:100%;
	float:left;
	font-size:16px;
	padding:0 15px;
	text-align:center;
	color:#333;}
.secRec .recSub .con .postList li .simple:hover span{
	color:#348ecc;}
.secRec .recSub .con .postList li .simple span.a{
	width:278px;
	text-align:left;
	padding-left:35px}
.secRec .recSub .con .postList li .simple span.b{
	width:90px;}
.secRec .recSub .con .postList li .simple span.c{
	width:240px;}
.secRec .recSub .con .postList li .simple span.d{
	width:89px;}
.secRec .recSub .con .postList li .simple span.d i{
	display:inline-block;
	width:6px;
	height:12px;
	margin-top:14px;
	background:url(../img/styleImg.png) -774px top no-repeat;
	transition: transform .3s ease-in 0s;
	-webkit-transition: -webkit-transform .3s ease-in 0s;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);}
.secRec .recSub .con .postList li .simple span.d.selOn i{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);}
.secRec .recSub .con .postList li .details{
	display:none;
	background:#fbfbfb;
	border:#ccc solid 1px;
	border-top:none;
	padding:35px;}
.secRec .recSub .con .postList li .details h2{
	font-size:16px;
	margin-bottom:30px;}
.secRec .recSub .con .postList li .details h3{
	font-size:14px;
	margin:15px 0 5px;}
.secRec .recSub .con .postList li .details p{
	color:#666;
	line-height:24px;
	font-size:14px;}

/*加入摩格-校园招聘*/
.camRec{}
.camRec p{
	font-size:14px;
	line-height:60px;
	vertical-align:middle;
	color:#666;}


/*摩格动态*/
.comDyn{}
.comDyn .newList{
	margin-top:40px;}
.comDyn .newList li{
	height:90px;
	overflow:hidden;
	margin-bottom:35px;}
.comDyn .newList li .date{
	width:68px;
	height:78px;
	padding:5px 10px;
	background:#fff;
	border:#ccc solid 1px;
	text-align:center;
	float:left;}
.comDyn .newList li a:hover .date{
	background:#348ecc;
	border:#348ecc solid 1px;}
.comDyn .newList li .date p{}
.comDyn .newList li .date p.a{
	font-size:14px;
	color:#666;}
.comDyn .newList li a:hover .date p.a{
	color:#eee;}
.comDyn .newList li .date p.b{
	font-size:24px;
	color:#333;}
.comDyn .newList li a:hover .date p.b{
	color:#fff;}
.comDyn .newList li .date p.c{
	margin-top:5px;
	padding-top:3px;
	font-size:12px;
	color:#666;
	border-top:#ccc dashed 1px;}
.comDyn .newList li a:hover .date p.c{
	color:#eee;}
.comDyn .newList li .con{
	float:right;
	width:730px;}
.comDyn .newList li .con h3{
	font-size:16px;
	color:#333;}
.comDyn .newList li a:hover .con h3{
	color:#2666a3;}

.comDyn .newList li .con p{
	font-size:14px;
	color:#666;
	line-height:22px;}

/*新闻详情*/
.newDet{}
.newDet .newCon{
	margin-top:30px;}
.newDet .newCon .tit{
	font-size:30px;
	text-align:center;
	font-weight:normal;}
.newDet .newCon .subTit{
	position:relative;
	text-align:center;
	height:16px;
	line-height:16px;
	vertical-align:middle;
	text-align:center;
	margin:10px 0;}
.newDet .newCon .subTit i{
	font-style:normal;
	color:#666;
	font-size:12px;}
.newDet .newCon .subTit .share{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	height:100%;}
.newDet .newCon .subTit .share span{
	margin-right:5px;
	float:left;}
.newDet .newCon .subTit .share a{
	display:inline-block;
	width:16px;
	height:16px;
	float:left;
	margin-right:3px;
	background:url(../img/styleImg.png) no-repeat;}
.newDet .newCon .subTit .share a:hover{
	opacity:0.7;
	filter:opacity(0.7);}
.newDet .newCon .subTit .share a.a{
	background-position:-751px -25px;}
.newDet .newCon .subTit .share a.b{
	background-position:-771px -25px;}
.newDet .newCon .subTit .share a.c{
	background-position:-791px -25px;}
.newDet .newCon .subTit .share a.d{
	background-position:-811px -25px;}

.newDet .newPage{
	margin-top:30px;}
.newDet .newPage p{
	font-size:14px;
	line-height:24px;
	vertical-align:middle;}
.newDet .newPage p span{
	color:#333;}
.newDet .newPage p a{
	color:#666;}
.newDet .newPage p a:hover{
	color:#eb8a21;}
.newDet .newPage p a:active{
	color:#eb5121;}

/*摩格生活-工作环境*/
.workEmt{}
.workEmt .emtList{
	margin-top:40px;
	overflow:auto;}
.workEmt .emtList li{
	position:relative;
	width:260px;
	height:170px;
	overflow:hidden;
	margin:0 30px 30px 0;
	float:left;
	cursor:pointer;}
.workEmt .emtList li.last{
	margin-right:0;}
.workEmt .emtList li img{
	width:100%;
	height:100%;
	transition: transform .3s ease-in 0s;
	-webkit-transition: -webkit-transform .3s ease-in 0s;}
.workEmt .emtList li:hover img{
	width:100%;
	height:100%;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);}
.workEmt .emtList li .name{
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	background:#000;
	opacity:0.6;
	filter:opacity(0.6);}

/*摩格生活-薪酬福利*/
.benefit{
	padding:40px 0;
	overflow:hidden;}

/*其它-商务合作*/
.busi{}
.busi .busList{
	margin-top:30px;}
.busi .busList li{
	min-height:180px;
	_height:180px;
	border-bottom:#ccc dashed 1px;
	padding:25px 0;}
.busi .busList li .img{
	width:180px;
	float:left;}
.busi .busList li .img div{
	width:118px;
	height:118px;
	margin:31px 0 0 31px;
	border-radius:118px;
	background:#eee;
	overflow:hidden;}
.busi .busList li .img div img{
	width:100%;
	height:100%;}
.busi .busList li .con{
	width:658px;
	float:right;}
.busi .busList li .con h3{
	font-size:16px;
	color:#2666a3;
	margin:5px 0;}
.busi .busList li .con p{
	color:#666;
	font-size:14px;
	line-height:24px;
	vertical-align:middle;}
.busi .busList li .con p span{
	font-weight:bold;
	color:#4d4d4d;}

/*其它-联系我们*/
.contactUs{}
.contactUs .map{
	margin:30px 0 15px;
	background:#fff;
	padding:10px;
	border:#eee solid 1px;
	box-shadow:0 0 5px rgba(0,0,0,.1);}
.contactUs .map div{
	width:100%;
	overflow:hidden;}
.contactUs .map img{}
.contactUs .text{}
.contactUs .text p{
	font-size:14px;
	color:#444;}
.contactUs .text p span{
	font-size:14px;
	color:#444;
	font-weight:bold;}

/*新闻-点赞*/
.spotV{
	text-align:center;
	margin-bottom:20px;
	cursor:pointer;}
.spotV:hover{
	opacity:0.8;
	filter:alpha(opacity=80);}
.spotV:active{
	opacity:1;
	filter:alpha(opacity=100);}
.lNews{
	margin:0 auto;
	width:816px;
	height:899px;
	background:url(../img/1_07.jpg) center no-repeat;
	position:relative;}
.lNews .lNewBor{
	width:504px;
	height:242px;
	position:absolute;
	left:151px;
	top:279px;
	overflow:hidden;}
.lNews .lNewBor .lNewCon{
	position:absolute;
	left:0;
	top:0;}
.lNews ul{
	width:100%;}
.lNews ul li{
	overflow:auto;
	padding-bottom:8px;}
.lNews ul li h3{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0;}
.lNews ul li h3 a{
	color:#333;
	font-size:14px;}
.lNews ul li h3 a:hover{
	color:#f00;}
.lNews ul li p{
	color:#666;
	font-size:12px;
	margin:0;}

